home *** CD-ROM | disk | FTP | other *** search
/ Power CD-ROM!! 8 / Power CD-ROM 8.iso / windows / swd10 / swd.ini < prev    next >
INI File  |  1994-12-05  |  2KB  |  79 lines

  1. [SWDesktop]
  2. ; General options for SWD. The "confirm" options ask your
  3. ; permission before completing the action. For example, with
  4. ; ConfirmCopy and ConfirmOverwrite both turned on SWD will ask
  5. ; your permission before copying any item AND ask you a second
  6. ; question whenever an existing file might be replaced during
  7. ; the copy. If the drive letters in the Drives option are
  8. ; lower case letters, SWD will not examine these drives as
  9. ; it starts up; upper case lettered drives will be examined.
  10. ;
  11. ; The online help provides a detailed description of these options.
  12. ;
  13. ConfirmDelete=true
  14. ConfirmOverwrite=true
  15. ConfirmMove=true
  16. ConfirmCopy=true
  17. ConfirmAlias=true
  18. ConfirmHSR=true
  19. ConfirmRestart=true
  20. ConfirmReboot=true
  21. ConfirmExitWindows=true
  22. ConfirmExit=true
  23. ShowResources=true
  24. ShowStartupStatus=true
  25. MinimizeOthersOnStartup=true
  26. AllowMinimize=false
  27. Drives=abCDEFGHIJKLMNOPQRSTUVWXYZ
  28. Debug=0
  29. LogFileName=swd.log
  30.  
  31. [Colors]
  32. ; Format is Blue-Green-Red (BGR instead of RGB) with two
  33. ; hex codes representing 0-255 decimal for each of the
  34. ; primary colors. Thus, 0x0000FF would be solid red; 0xFF0000
  35. ; would be solid blue and 0x00FF00 would be green. Mix them
  36. ; to create other colors. If these entries are not present,
  37. ; SWD will use built-in defaults.
  38. ;
  39. ListWindow=
  40. DirWindow=
  41.  
  42. [Registration]
  43. ; When the user registers their copy, Silver Wolf will provide a
  44. ; registration number to put in Reg below. SWS requires either the
  45. ; user's Name and/or Company.
  46. ;
  47. Name=
  48. Company=
  49. Address=
  50. City=
  51. State=
  52. Zip=
  53. Reg=
  54.  
  55. [Fonts]
  56. ; SWD uses only one font family to display information. The
  57. ; two types of information, item names and text, can be
  58. ; assigned two different sizes (in pixels). If ItemCharHeight
  59. ; is not defined, SWD adjusts this text based on the display
  60. ; density being used (eg: 9 for 640x480 and 800x60; 11 for
  61. ; 1024x768 & up).
  62. ;
  63. FontFamily=Arial
  64. BoldSuffix=Bold
  65. ItalicSuffix=Italic
  66. ;ItemCharHeight=11
  67. ;TextCharHeight=11
  68.  
  69. [Command Icons]
  70. ; Used in conjunction with the Windows Registration database
  71. ; to define the action. That is, when a file is dropped
  72. ; on one of these icons (shown across the bottom of the
  73. ; desktop near the trashcan) the appropriate application
  74. ; will be started for the defined action.
  75. ;
  76. View=view.exe
  77. Edit=notepad.exe
  78. Print=print.exe
  79.